ReportException method
Implementation
Future<void> ReportException(String name,String reason,String message,int type,bool isSync) {
//startWithAppIdM(appid);
throw UnimplementedError('ReportException() has not been implemented.');
}
Future<void> ReportException(String name,String reason,String message,int type,bool isSync) {
//startWithAppIdM(appid);
throw UnimplementedError('ReportException() has not been implemented.');
}