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