nativeAutomator property

  1. @Deprecated('Use platformAutomator instead. This will be removed in a future release.')
NativeAutomator nativeAutomator
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;