getConnectedDeviceInfo method

Future<Map<String, dynamic>?> getConnectedDeviceInfo()

Get connected device information

Implementation

Future<Map<String, dynamic>?> getConnectedDeviceInfo() {
  throw UnimplementedError(
    'getConnectedDeviceInfo() has not been implemented.',
  );
}