RunFunctionForSharedStorageSelectURLOperation typedef

RunFunctionForSharedStorageSelectURLOperation = Future<int> Function(List<String> urls, Object data)

Implementation

typedef RunFunctionForSharedStorageSelectURLOperation =
    Future<int> Function(List<String> urls, Object data);