Show an MREC ad
static Future<bool> showMREC({required String adId}) async { return await _invokeMethod<bool>('showAd', {'adId': adId}) ?? false; }