Future<void> setLoadingGif(String base64, String text) => _invoke('setLoadingGif', {'base64': base64, 'text': text});