@override Future<String?> getDeviceModel() async { final model = await methodChannel.invokeMethod<String>('getDeviceModel'); return model; }