getSendData static method

Future<String?> getSendData()

Implementation

static Future<String?> getSendData() {
  return FlyChatFlutterPlatform.instance.getSendData();
}