patchCalculatorDocument abstract method
Patches the calculator document with the given key
and value
.
This method should be implemented by the subclass.
Implementation
@protected
Future<D?> patchCalculatorDocument(String key, dynamic value);
Patches the calculator document with the given key
and value
.
This method should be implemented by the subclass.
@protected
Future<D?> patchCalculatorDocument(String key, dynamic value);