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