buildView method

Widget buildView(
  1. int creationId,
  2. PlatformViewCreatedCallback onPlatformViewCreated, {
  3. Map<String, dynamic> params = const <String, dynamic>{},
})

Implementation

Widget buildView(
  int creationId,
  PlatformViewCreatedCallback onPlatformViewCreated, {
  Map<String, dynamic> params = const <String, dynamic>{},
}) {
  throw UnimplementedError('buildView() has not been implemented.');
}