testingSetNavigator function
- @visibleForTesting
Change the navigator object used. This method is meant for testing!
Also check out setNativeBluetooth and testingSetJSUtils.
Implementation
@visibleForTesting
void testingSetNavigator(final Object? navigatorObject) {
_navigatorTesting = navigatorObject;
}