getDeviceInfo method

Future<DeviceInfoPlugin> getDeviceInfo()

Implementation

Future<DeviceInfoPlugin> getDeviceInfo() async {
  return DeviceInfoPlugin();
}