@override Future<String> getBluetoothAddress() async { final result = await methodChannel.invokeMethod<String>( 'getBluetoothAddress', ); return result ?? 'Unknown'; }