open abstract method

Future<String?> open(
  1. String beaconId
)

Open the beacon UI

Implementation

Future<String?> open(String beaconId);