startBeacon method

Future<Map> startBeacon({
  1. required String walletName,
})

Initialize beacon with walletName

Implementation

Future<Map> startBeacon({required String walletName}) async {
  throw UnimplementedError('startBeacon() has not been implemented.');
}