ios property

NearbyIOSService? ios
latefinal

Returns NearbyService cast as NearbyIOSService if the current platform is IOS. Otherwise, returns null.

Implementation

late final NearbyIOSService? ios = get(
  onIOS: (e) => e,
);