FirebaseAdMob.private constructor

  1. @visibleForTesting
FirebaseAdMob.private(
  1. MethodChannel? channel
)

Implementation

@visibleForTesting
FirebaseAdMob.private(MethodChannel channel) : _channel = channel {
  _channel.setMethodCallHandler(_handleMethod);
}