removeCustomValue method

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

Implementation

removeCustomValue(String messageId, String key) {
  throw UnimplementedError('has not been implemented.');
}