get the android device model name
Future<String?> getModel() async { return await methodChannel.invokeMethod<String>('getModel'); }