getCurrentDeviceInfo method

Future<NearbyDeviceInfo?> getCurrentDeviceInfo()

Implementation

Future<NearbyDeviceInfo?> getCurrentDeviceInfo() {
  throw UnimplementedError('getCurrentDevice() has not been implemented.');
}