sendAction abstract method

Future<AmiResponse?> sendAction(
  1. String name, {
  2. String? id,
  3. Map<String, String>? args,
  4. Duration? timeout,
})

Sends an action - must be implemented by the using class

Implementation

Future<AmiResponse?> sendAction(
  String name, {
  String? id,
  Map<String, String>? args,
  Duration? timeout,
});