PlatformChannelOperationNullError constructor Null safety

PlatformChannelOperationNullError(
  1. String? operationId
)

Constructor that creates a PlatformChannelOperationNullError.

Params:

  • json: contains the source for instance creation.

Implementation

factory PlatformChannelOperationNullError(String? operationId) {
  return PlatformChannelOperationNullErrorImpl(operationId);
}