FxPlatformView constructor

FxPlatformView({
  1. Key? key,
  2. required String viewType,
  3. dynamic onReceivedCall(
    1. MethodCall call
    )?,
  4. dynamic onChannelCreate(
    1. MethodChannel call
    )?,
})

Implementation

FxPlatformView({Key? key, required this.viewType, this.onReceivedCall, this.onChannelCreate}): super(key: key);