updateFieldVisit abstract method

Future<Either<AppException, Response>> updateFieldVisit(
  1. Map<String, dynamic> data
)

Implementation

Future<Either<AppException, response.Response>> updateFieldVisit(
  Map<String, dynamic> data,
);