add 方法

DataTransferItem? add(
  1. dynamic data_OR_file,
  2. [String? type]
)

实现

DataTransferItem? add(data_OR_file, [String? type]) native;