setJwt static method

void setJwt(
  1. String jwt
)

Implementation

static void setJwt(String jwt) async {
  await _channel.invokeMethod('setJwt', jwt);
}