Talsec.private constructor

  1. @visibleForTesting
Talsec.private(
  1. MethodChannel methodChannel,
  2. EventChannel eventChannel
)

Private constructor for internal and testing purposes.

Implementation

@visibleForTesting
Talsec.private(this.methodChannel, this.eventChannel);