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