patchCalculatorDocument abstract method

  1. @protected
Future<D?> patchCalculatorDocument(
  1. String key,
  2. dynamic value
)

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);