addInAppMessageReceiver static method

Future<void> addInAppMessageReceiver()

Implementation

static Future<void> addInAppMessageReceiver() async {
  _channel.invokeMethod('addInAppMessageReceiver');
}