Classes
The following classes are available globally.
-
Batch’s Flutter Plugin main class.
BatchFlutterPlugin.setup()
needs be called inSee
See moreconfiguration
andmanageBatchLifecycle
for more info on how to configure it.Declaration
Swift
@objc public class BatchFlutterPlugin : NSObject, FlutterPlugin
-
Manages Batch’s Flutter plugin configuration. Do not instantiate this directly, use BatchFlutterPlugin to get an instance: your changes will otherwise be ignored.
This class’ default values are initialized using your Info.plist settings, if any.
See moreDeclaration
Swift
@objc public class BatchPluginConfiguration : NSObject