setAnimationDelay method

Future<bool> setAnimationDelay(
  1. int delay
)

Implementation

Future<bool> setAnimationDelay(int delay) async {
  throw UnimplementedError('config() has not been implemented.');
}