getMessageOfId static method

Future getMessageOfId(
  1. String mid
)

Implementation

static Future<dynamic> getMessageOfId(String mid) {
  return FlyChatFlutterPlatform.instance.getMessageOfId(mid);
}