VoidParameterCallback typedef

VoidParameterCallback = void Function(List<String>? ids)

Implementation

typedef VoidParameterCallback = void Function(List<String>? ids);