getDeviceInfo method

Future<String?> getDeviceInfo({
  1. int? port,
  2. String? path,
})

Required Port & path for web platform

Implementation

Future<String?> getDeviceInfo({int? port, String? path}) {
  throw UnimplementedError('getDeviceInfo() has not been implemented.');
}