ReportException method

Future<void> ReportException(
  1. String name,
  2. String reason,
  3. String message,
  4. int type,
  5. bool isSync,
)

Implementation

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