@override Future<void> setSessionToken(String sessionToken) async { await _methodChannel.invokeMethod('setSessionToken', sessionToken); }