init method

void init(
  1. Map<String, dynamic> params, {
  2. required int viewId,
})

Internal function to set up the platform view.

Implementation

void init(Map<String, dynamic> params, {required int viewId}) {
  throw UnimplementedError('init');
}