allowedApplications property

  1. @TagNumber.new(1)
PbList<AndroidApplication> get allowedApplications

A list of Android applications that are allowed to make API calls with this key.

Implementation

@$pb.TagNumber(1)
$pb.PbList<AndroidApplication> get allowedApplications => $_getList(0);