grantFloor static method

Future<void> grantFloor(
  1. String clientId
)

Implementation

static Future<void> grantFloor(String clientId) async {
  await _channel.invokeMethod('grantFloor', {'clientId': clientId});
}