open_file icon indicating copy to clipboard operation
open_file copied to clipboard

How to Mock open_file

Open chakrihacker opened this issue 3 years ago • 1 comments

MethodChannel("open_file")
          .setMockMethodCallHandler((MethodCall methodCall) async {
        print(methodCall);
        return ".";
      });

The above code is not working, Is there anything wrong?

chakrihacker avatar Sep 09 '20 13:09 chakrihacker

Any updates on this?

avinath1998 avatar Nov 18 '20 14:11 avinath1998