NativeView constructor

NativeView({
  1. required String viewType,
  2. int playHandle = -1,
})

Implementation

NativeView({required this.viewType, this.playHandle = -1});