getAccount abstract method

Future<Account> getAccount(
  1. ServiceCall call,
  2. Account request
)

Implementation

$async.Future<$0.Account> getAccount(
    $grpc.ServiceCall call, $0.Account request);