ContactPlatformApi constructor

ContactPlatformApi(
  1. MethodChannel _methodChannel
)

Implementation

ContactPlatformApi(
	this._methodChannel
	) : encrypted = ContactEncryptedPlatformApi(_methodChannel),
	tryAndRecover = ContactTryAndRecoverPlatformApi(_methodChannel);