removeCustomValue static method

dynamic removeCustomValue(
  1. String messageId,
  2. String key
)

Implementation

static removeCustomValue(String messageId, String key) {
  return FlyChatFlutterPlatform.instance.removeCustomValue(messageId, key);
}