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