Telephony.private constructor

  1. @visibleForTesting
Telephony.private(
  1. MethodChannel methodChannel,
  2. Platform platform
)

Do not call this method. This method is visible only for testing.

Implementation

@visibleForTesting
Telephony.private(MethodChannel methodChannel, Platform platform)
    : _foregroundChannel = methodChannel,
      _platform = platform;