getDeviceInfo function

Future<Map<String, String>> getDeviceInfo()

Implementation

Future<Map<String, String>> getDeviceInfo() async => <String, String>{
  'deviceId': 'unknown-device',
  'deviceName': 'Unknown Platform',
};