selectOutbound method
Selects an outbound for a specific group.
Implementation
Future<void> selectOutbound({required String groupTag, required String outboundTag}) async {
throw UnimplementedError('selectOutbound() has not been implemented.');
}
Selects an outbound for a specific group.
Future<void> selectOutbound({required String groupTag, required String outboundTag}) async {
throw UnimplementedError('selectOutbound() has not been implemented.');
}