switchUserRole static method

Future<void> switchUserRole(
  1. String clientId
)

Implementation

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