unsetGlobalProperty static method
Implementation
static void unsetGlobalProperty(String key) {
_channel.invokeMethod('unsetGlobalProperty', {'key': key});
}
static void unsetGlobalProperty(String key) {
_channel.invokeMethod('unsetGlobalProperty', {'key': key});
}