supportsAidPrefixRegistration method
Whether the controller can route an AID prefix at all.
Worth asking before registering one, because the failure is otherwise unreadable: on hardware that cannot route prefixes, registerAids just returns false, with nothing to tell that apart from an AID the platform considers malformed. When this is false, enumerate the full AIDs instead.
Implementation
Future<bool> supportsAidPrefixRegistration() => androidApi.hceSupportsAidPrefixRegistration();