leadView abstract method

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

Implementation

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