currentDirection property
- @Deprecated('Use the `await getCurrentDirection` instead')
Deprecated methods.
Implementation
@Deprecated('Use the `await getCurrentDirection` instead')
TransceiverDirection get currentDirection => throw UnimplementedError(
'Need to be call asynchronously from native sdk, so the method is deprecated');