native2 property

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

Shorthand for nativeAutomator2.

Implementation

@Deprecated(
  'Use platformAutomator instead. '
  'This will be removed in a future release.',
)
NativeAutomator2 get native2 => nativeAutomator2;