stopIncrementalDataSync method

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

This method implements the invokeIncrementalSDK and communicated with native side passes values and maintains proper checks

Implementation

@override
Future<void> stopIncrementalDataSync() async {
  methodChannel.invokeMethod<String>('stopIncrementalDataSync');
}