destroy method

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

Removes the client from memory and stops its synchronization tasks.

Implementation

@override
Future<void> destroy() async {
  return _platform.destroy(
      matchingKey: _matchingKey, bucketingKey: _bucketingKey);
}