createPlatformGuardian method
Creates a new IosGuardian.
This function should only be called by the app-facing package.
Look at using Guardian in auth0_guardian instead.
Implementation
@override
IosGuardian createPlatformGuardian(PlatformGuardianCreationParams params) {
return IosGuardian(params);
}