refresh_Pre method
Implementation
$async.Future<$0.AuthResponse> refresh_Pre($grpc.ServiceCall $call,
$async.Future<$0.RefreshRequest> $request) async {
return refresh($call, await $request);
}
$async.Future<$0.AuthResponse> refresh_Pre($grpc.ServiceCall $call,
$async.Future<$0.RefreshRequest> $request) async {
return refresh($call, await $request);
}