You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List<AssetEntity> assets = <AssetEntity>[];
final List<AssetEntity> result = await AssetPicker.pickAssets(
context,
maxAssets: 1,
selectedAssets: assets,
requestType: RequestType.audio,
textDelegate: EnglishTextDelegate(),
);
The text was updated successfully, but these errors were encountered:
aqueelaboobacker
changed the title
IOS: FileType.audio showing "Nothing here..." even if audio files are there.
IOS: RequestType.audio showing "Nothing here..." even if audio files are there.
Sep 4, 2020
The text was updated successfully, but these errors were encountered: