rejectInviteFloor static method

Future<void> rejectInviteFloor(
  1. String clientId
)

Implementation

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