Method to determine if the PointSDK is initialized.
Returns true if PointSDK is initialized, false otherwise.
true
false
Future<bool> isInitialized() { return BluedotPointSdkPlatform.instance.isInitialized(); }