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