clearAdaptiveRomCache method

  1. @override
Future<void> clearAdaptiveRomCache()
override

Implementation

@override
Future<void> clearAdaptiveRomCache() async {
  await methodChannel.invokeMethod('clearAdaptiveRomCache');
}