Future<bool> setAnimationDelay({required int delay}){ return EdfaPgSdkPlatform.instance.setAnimationDelay(delay); }