initialize method

Future initialize(
  1. String appKey,
  2. String appSecret
)

Implementation

Future<dynamic> initialize(String appKey, String appSecret) {
  throw ("AdflyAd initialize failure");
}