static Future<String?> get createRequestToken async { final String? token = await _channel.invokeMethod('createRequestToken'); return token; }