UserProfileService constructor

UserProfileService(
  1. BuildContext _context,
  2. Widget _child
)

Implementation

UserProfileService(this._context, this._child);