setSuccessAnimation method

Future<bool> setSuccessAnimation(
  1. String url
)

Implementation

Future<bool> setSuccessAnimation(String url) async {
  throw UnimplementedError('config() has not been implemented.');
}