native property

  1. @Deprecated('Use platformAutomator instead. ' 'This will be removed in a future release.')
NativeAutomator get native

Shorthand for nativeAutomator.

Implementation

@Deprecated(
  'Use platformAutomator instead. '
  'This will be removed in a future release.',
)
NativeAutomator get native => nativeAutomator;