getExtMsg function

Future<String?> getExtMsg()

Implementation

Future<String?> getExtMsg() {
  return _channel.invokeMethod('getExtMsg');
}