Future<void> optInAppMessage(bool isOpted) async { await _channel.invokeMethod("optInAppMessage", isOpted); }