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