call method

Implementation

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