getExtMsg method

Future<String?> getExtMsg()

Implementation

Future<String?> getExtMsg() async {
  return FluwxPlatform.instance.getExtMsg();
}