health abstract method

Future<Empty> health(
  1. ServiceCall call,
  2. Stream<Empty> request
)

Implementation

$async.Future<$0.Empty> health(
    $grpc.ServiceCall call, $async.Stream<$0.Empty> request);