animate method

Future<void> animate()

Implementation

Future<void> animate() {
  throw UnimplementedError('animate() has not been implemented.');
}