channel property

  1. @visibleForTesting
MethodChannel channel
getter/setter pair

This is only exposed for test purposes. It shouldn't be used by clients of the plugin as it may break or change at any time.

Implementation

@visibleForTesting
MethodChannel channel =
    const MethodChannel('plugins.flutter.io/google_sign_in');