updateBeaconInfo static method
Update existing beacon configuration at specified index.
beaconMap: Map containing updated beacon configurationindex: Index of the beacon configuration to update
Implementation
static Future<void> updateBeaconInfo(
Map<String, dynamic> beaconMap,
int index,
) => _method.invokeMethod('updateBeaconInfo', {...beaconMap, 'index': index});