getBundleId method

  1. @override
Future<String?> getBundleId()
override

Fetches the bundle ID from the Web platform.

Returns: Future<String?>, a message indicating that Web platform doesn't have bundleIdentifier.

Implementation

@override
Future<String?> getBundleId() async {
  return "$platform doesn't have bundleIdentifier.";
}