denyAwaitedUser static method

Future<void> denyAwaitedUser(
  1. String clintId
)

Implementation

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