execute abstract method

FutureOr<void> execute(
  1. String action, {
  2. Map<String, dynamic> data = const {},
})

execute will be used to execute some operations in Agent instance.

Implementation

FutureOr<void> execute(String action, {Map<String, dynamic> data = const {}});