container strict mode feature
This commit is contained in:
@@ -119,6 +119,10 @@ class ContainerProxyRepository extends _$ContainerProxyRepository {
|
||||
);
|
||||
}
|
||||
|
||||
Future<void> setStrictContexts(Map<String, List<String>> contexts) {
|
||||
return _runLocked(body: () => _service.setStrictContexts(contexts));
|
||||
}
|
||||
|
||||
/// Serialises [body] behind the service lock after the underlying Gecko
|
||||
/// proxy service reports healthy. Replaces the per-method boilerplate that
|
||||
/// each public mutator used to repeat.
|
||||
|
||||
@@ -42,7 +42,7 @@ final class ContainerProxyRepositoryProvider
|
||||
}
|
||||
|
||||
String _$containerProxyRepositoryHash() =>
|
||||
r'9201bb0cdda570d38adc5fc16d1c7719f3d719a2';
|
||||
r'9d9190edcb06eb1335318172183e354a66626f57';
|
||||
|
||||
abstract class _$ContainerProxyRepository extends $Notifier<void> {
|
||||
void build();
|
||||
|
||||
Reference in New Issue
Block a user