getDeviceInfo function

Future<Map<String, Object?>> getDeviceInfo(
  1. String deviceId
)

Implementation

Future<Map<String, Object?>> getDeviceInfo(String deviceId) async =>
    throw UnsupportedError('Cannot get device info for this platform');