call method

Implementation

MultiSelectOptionNotifierProvider call(
  String id,
) {
  return MultiSelectOptionNotifierProvider(
    id,
  );
}