getRole_Pre method

Future<Role> getRole_Pre(
  1. ServiceCall $call,
  2. Future<GetRoleRequest> $request
)

Implementation

$async.Future<$0.Role> getRole_Pre($grpc.ServiceCall $call,
    $async.Future<$0.GetRoleRequest> $request) async {
  return getRole($call, await $request);
}