getDevicePushTokens_Pre method

Future<GetDevicePushTokensResponse> getDevicePushTokens_Pre(
  1. ServiceCall call,
  2. Future<GetDevicePushTokensRequest> request
)

Implementation

$async.Future<$12.GetDevicePushTokensResponse> getDevicePushTokens_Pre($grpc.ServiceCall call, $async.Future<$12.GetDevicePushTokensRequest> request) async {
  return getDevicePushTokens(call, await request);
}