methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

The method channel used to interact with the native platform.

This channel establishes a communication bridge between Flutter (Dart) code and the native Android implementation. The channel name 'folder_files_fetch' must match the channel name used in the native Android code.

Implementation

@visibleForTesting
final methodChannel = const MethodChannel('folder_files_fetch');