initialize method

Future<bool?> initialize([
  1. String mediaId = "",
  2. String mediaSecret = "",
  3. String callbackTag = "",
  4. String childYN = "",
])

Implementation

Future<bool?> initialize(
    [String mediaId = "",
    String mediaSecret = "",
    String callbackTag = "",
    String childYN = ""]) {
  throw UnimplementedError('initialize() has not been implemented.');
}