infoCustom method

Future<InfoCustomReturnModel?> infoCustom()

Implementation

Future<InfoCustomReturnModel?> infoCustom() {
  throw UnimplementedError('infoCustom() has not been implemented.');
}