Skip to content

Commit 0fde627

Browse files
Update android/src/main/kotlin/com/mr/flutter/plugin/filepicker/FileUtils.kt
1 parent 993c345 commit 0fde627

File tree

1 file changed

+1
-1
lines changed
  • android/src/main/kotlin/com/mr/flutter/plugin/filepicker

1 file changed

+1
-1
lines changed

android/src/main/kotlin/com/mr/flutter/plugin/filepicker/FileUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ object FileUtils {
208208
* @param withData Whether the file data should be loaded into memory.
209209
* @param allowedExtensions The allowed file extensions for custom file types.
210210
* @param compressionQuality The compression quality for images.
211-
* @param result The result channel to send the file picking result to.
211+
* @param result The MethodChannel result to send the file picking result to.
212212
*/
213213
fun FilePickerDelegate?.startFileExplorer(
214214
type: String?,

0 commit comments

Comments
 (0)