getCurrentUser_Pre method

Future<User> getCurrentUser_Pre(
  1. ServiceCall $call,
  2. Future<Empty> $request
)

Implementation

$async.Future<$1.User> getCurrentUser_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.Empty> $request) async {
  return getCurrentUser($call, await $request);
}