We are using flutterCompute for doing file operations. We have some methods which include flutterCompute methods. We are writing unit test cases for the same. but facing some exceptions in the flutterCompute method.
MissingPluginException(No implementation found for method spawn_isolate on channel com.rmawatson.flutterisolate/control)
We are using the mocktail unit test case library. Can you please give the solutions for this ?
We are using flutterCompute for doing file operations. We have some methods which include flutterCompute methods. We are writing unit test cases for the same. but facing some exceptions in the flutterCompute method.
MissingPluginException(No implementation found for method spawn_isolate on channel com.rmawatson.flutterisolate/control)We are using the mocktail unit test case library. Can you please give the solutions for this ?