NearbyServiceUnsupportedPlatformException constructor

NearbyServiceUnsupportedPlatformException({
  1. required String caller,
})

Usage of the plugin on an unsupported platform - default constructor

Implementation

NearbyServiceUnsupportedPlatformException({required String caller})
    : super(
        '$caller is not supported for platform ${Platform.operatingSystem}',
      );