init method

Future<void> init(
  1. int viewId,
  2. String url,
  3. double width,
  4. double height,
  5. bool isRepeat,
)

Implementation

Future<void> init(
    int viewId, String url, double width, double height, bool isRepeat) async {
  throw UnimplementedError('init() has not been implemented.');
}