Removes the client from memory and stops its synchronization tasks.
@override Future<void> destroy() async { return _platform.destroy( matchingKey: _matchingKey, bucketingKey: _bucketingKey); }