testing library
Test helpers for device_geolocation.
Import this barrel from your tests to access DeviceGeolocationMock, an in-memory fake of DeviceGeolocationPlatform that lets you control every value returned by the plugin without setting up mock method channels.
Classes
- DeviceGeolocationMock
- In-memory fake of DeviceGeolocationPlatform for use in tests.
- DeviceGeolocationPlatform
-
Interface that all platform implementations of
device_geolocationmust implement.