restoreCustomUIConfigToDefault method
Implementation
Future<dynamic> restoreCustomUIConfigToDefault() async {
var result = await _methodChannel.invokeMethod('restoreCustomUIConfigToDefault');
return result;
}
Future<dynamic> restoreCustomUIConfigToDefault() async {
var result = await _methodChannel.invokeMethod('restoreCustomUIConfigToDefault');
return result;
}