getDeviceInfoAndroid method
Implementation
@override
Future<DeviceInfoAndroid> getDeviceInfoAndroid() async {
final map = await methodChannel.invokeMapMethod<String, dynamic>('getDeviceInfo');
return DeviceInfoAndroid.fromMap(map!);
}
@override
Future<DeviceInfoAndroid> getDeviceInfoAndroid() async {
final map = await methodChannel.invokeMapMethod<String, dynamic>('getDeviceInfo');
return DeviceInfoAndroid.fromMap(map!);
}