getBundleID method

Future<String> getBundleID()

Implementation

Future<String> getBundleID() async {
  return await nativeCall('bundleID', []);
}