getActiveDeviceID_Pre method

Future<GetActiveDeviceIDResponse> getActiveDeviceID_Pre(
  1. ServiceCall call,
  2. Future<GetActiveDeviceIDRequest> request
)

Implementation

$async.Future<$0.GetActiveDeviceIDResponse> getActiveDeviceID_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.GetActiveDeviceIDRequest> request) async {
  return getActiveDeviceID(call, await request);
}