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