getRetailerById method

Future<SpinachUser?> getRetailerById(
  1. String id
)

Implementation

Future<SpinachUser?> getRetailerById(String id) async {
  return await _registrationService.getRetailerById(id);
}