profileUnset static method

void profileUnset(
  1. String key
)

Implementation

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