call method

Implementation

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