channel property

Implementation

@visibleForTesting
static MethodChannel get channel =>
    (SignInWithApplePlatform.instance as MethodChannelSignInWithApple)
        // ignore: invalid_use_of_visible_for_testing_member
        .channel;