ReportCustomMessage method

Future<void> ReportCustomMessage(
  1. String message
)
override

Implementation

Future<void> ReportCustomMessage(String message) async{
  await methodChannel.invokeListMethod('ReportCustomMessage',message);
  return;
}