nativeAutomator property
- @Deprecated('Use platformAutomator instead. This will be removed in a future release.')
latefinal
Native automator that allows for interaction with OS the app is running on.
Implementation
@Deprecated(
'Use platformAutomator instead. This will be removed in a future release.',
)
late final NativeAutomator nativeAutomator;