start method
Implementation
@override
Future<void> start(
String account, String dataset, bool usePushNotification) async {
await methodChannel.invokeMethod('start', {
'account': account,
'dataset': dataset,
'usePushNotification': usePushNotification
});
}