getAll abstract method

Future<UserResponse> getAll(
  1. ServiceCall call,
  2. UserRequest request
)

Implementation

$async.Future<$0.UserResponse> getAll(
    $grpc.ServiceCall call, $0.UserRequest request);