static void setAuthTokens(String appId, Map<String, String> tokens) { _channel .invokeMethod("setAuthTokens", {'app_id': appId, 'tokens': tokens}); }