getFacetID method

Future<String> getFacetID()

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

Implementation

Future<String> getFacetID() async => _platform.getFacetID();