createPlatformDevice method

  1. @override
AndroidDevice createPlatformDevice(
  1. PlatformDeviceCreationParams params
)

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);
}