resetTheme method

  1. @override
Future<bool?> resetTheme()
override

Implementation

@override
Future<bool?> resetTheme() async {
  return await methodChannel.invokeMethod<bool>('resetTheme');
}