getFacetID method

  1. @Deprecated('The facetID should no longer be needed as this value is not used for the origin header anymore')
Future<String> getFacetID()

Returns the facetID. On Android this is the hash of the APK signature.

Implementation

@Deprecated(
    'The facetID should no longer be needed as this value is not used for the origin header anymore')
Future<String> getFacetID() async => _platform.getFacetID();