currentDirection property

  1. @Deprecated('Use the `await getCurrentDirection` instead')
TransceiverDirection currentDirection

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');