denyFloor static method

Future<void> denyFloor(
  1. String clientId
)

Implementation

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