unSetSuperProperty static method

void unSetSuperProperty(
  1. String key
)

Implementation

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