Skip to content

Commit

Permalink
Added documentation to platform classes. Removed unnecessary dart class.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTPhantom committed Feb 28, 2024
1 parent 747a39c commit 4fe28af
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package io.flutter.plugins.googlemobileads.mediation.gma_mediation_meta

import io.flutter.embedding.engine.plugins.FlutterPlugin

/** GmaMediationMetaPlugin */
/** Required to link the Android dependency of the Meta Audience Network Adapter. */
class GmaMediationMetaPlugin: FlutterPlugin {
override fun onAttachedToEngine(flutterPluginBinding: FlutterPlugin.FlutterPluginBinding) { }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import Flutter
import UIKit

/** Required to link the iOS dependency of the Meta Audience Network Adapter. */
public class GmaMediationMetaPlugin: NSObject, FlutterPlugin {
public static func register(with registrar: FlutterPluginRegistrar) { }
}
Empty file.

This file was deleted.

0 comments on commit 4fe28af

Please sign in to comment.