getCustomValue static method

Future<String?> getCustomValue(
  1. String messageId,
  2. String key
)

Implementation

static Future<String?> getCustomValue(String messageId, String key) {
  return FlyChatFlutterPlatform.instance.getCustomValue(messageId, key);
}