undeleteRole_Pre method

Future<Role> undeleteRole_Pre(
  1. ServiceCall $call,
  2. Future<UndeleteRoleRequest> $request
)

Implementation

$async.Future<$0.Role> undeleteRole_Pre($grpc.ServiceCall $call,
    $async.Future<$0.UndeleteRoleRequest> $request) async {
  return undeleteRole($call, await $request);
}