isLoaded static method

Future<bool?> isLoaded(
  1. String placementId
)

Implementation

static Future<bool?> isLoaded(String placementId) async {
  return _channel.invokeMethod("isLoaded", placementId);
}