@override Future<BTState> getBluetoothState() async { var state = await methodChannel.invokeMethod("getBluetoothState"); return BTState.from(state); }