sendAction abstract method
Sends an action - must be implemented by the using class
Implementation
Future<AmiResponse?> sendAction(
String name, {
String? id,
Map<String, String>? args,
Duration? timeout,
});
Sends an action - must be implemented by the using class
Future<AmiResponse?> sendAction(
String name, {
String? id,
Map<String, String>? args,
Duration? timeout,
});