methodChannel property

  1. @visibleForTesting
MethodChannel? methodChannel
final

The method channel used to interact with the native platform.

Implementation

@visibleForTesting
final MethodChannel? methodChannel =
    (Platform.isAndroid || Platform.isIOS)
        ? const MethodChannel('com.zeyus.flutter_refresh_rate_control/manage')
        : null;