getBundleId abstract method

Future<String?> getBundleId()

Fetches the Bundle ID of the application. Returns: Future<String?>, the Bundle ID of the application.

Implementation

Future<String?> getBundleId();