removeCustomData static method

void removeCustomData(
  1. String key
)

remove custom data with key.

Implementation

static void removeCustomData(String key) {
  _channel.invokeMethod('removeCustomData', {"key": key});
}