OloPayApiInitializer
@objc
public class OloPayApiInitializer : NSObject, OloPayApiInitializerProtocolClass to set up and initialize the Olo Pay API
- 
                  
                  Setup the Olo Pay API Important This should be called as early as possible in the app, preferably in the AppDelegate or SceneDelegate. DeclarationSwift public func setup(for environment: OPEnvironment = .production, completion: OPVoidBlock? = nil)ParametersforThe environment to use for setting up and initializing the SDK completionOptional completion handler for when the SDK is fully initialized 
