getDeviceInfo method

Future<DeviceInfo> getDeviceInfo()

Implementation

Future<DeviceInfo> getDeviceInfo() async {
  return DeviceInfo.fromMap(await _channel.invokeMethod("getDeviceInfo"));
}