getAppID method

Future<String?> getAppID()

Collect APP id, namespace on android and App Identifier on iOS

Implementation

Future<String?> getAppID() {
  throw UnimplementedError('getAppID() has not been implemented.');
}