getDeviceInfo method

Future<DeviceInfoEntity?> getDeviceInfo()

Implementation

Future<DeviceInfoEntity?> getDeviceInfo() async {
  throw UnimplementedError('getDeviceInfo() has not been implemented.');
}