methodChannel property
네이티브 플랫폼과 통신하기 위한 MethodChannel, BatteryPlugin의 기능을 호출하고 응답을 받는 데 사용된다.
Implementation
@visibleForTesting
final methodChannel = const MethodChannel('battery_plugin_method_channel');
네이티브 플랫폼과 통신하기 위한 MethodChannel, BatteryPlugin의 기능을 호출하고 응답을 받는 데 사용된다.
@visibleForTesting
final methodChannel = const MethodChannel('battery_plugin_method_channel');