stopIncrementalDataSync method
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');
}