disableNetwork method

  1. @override
Future<void> disableNetwork()
override

Instructs FirebaseFirestore to disable the network for the instance.

Once disabled, any writes will only resolve once connection has been restored. However, the local database will still be updated and any listeners will still trigger.

Implementation

@override
_i8.Future<void> disableNetwork() => (super.noSuchMethod(Invocation.method(#disableNetwork, []),
    returnValue: Future<void>.value(), returnValueForMissingStub: Future.value()) as _i8.Future<void>);