VapViewForAndroid constructor
VapViewForAndroid({
- required void onControllerCreated(
- VapController controller
- required VapScaleFit fit,
- void onEvent(
- dynamic event,
- dynamic arguments
- void onError(
- Object error
Implementation
VapViewForAndroid(
{required this.onControllerCreated,
required this.fit,
this.onEvent,
this.onError});