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