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