count abstract method

Future<CountResponse> count(
  1. ServiceCall call,
  2. NotesServiceCountReq request
)

Implementation

$async.Future<$1.CountResponse> count(
    $grpc.ServiceCall call, $0.NotesServiceCountReq request);