userJwt static method

Future<void> userJwt(
  1. String userJwt
)

Implementation

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