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