update method

  1. @override
Future<void> update(
  1. Map<String, Object?>? data
)
override

Updates data on the document. Data will be merged with any existing document data.

If no document exists yet, the update will fail.

Implementation

@override
_i8.Future<void> update(Map<String, Object?>? data) => (super.noSuchMethod(Invocation.method(#update, [data]),
    returnValue: Future<void>.value(), returnValueForMissingStub: Future.value()) as _i8.Future<void>);