배터리 레벨을 가져오는 메서드 MethodChannel의 invokeMethod() 메서드를 사용하여 배터리 레벨을 요청하고 응답을 기다린다.
@override Future<int> getBatteryLevel() async { return await methodChannel.invokeMethod("getBatteryLevel"); }