setMockMethodCallHandler method
void
setMockMethodCallHandler()
inherited
A function for mocking a MethodChannel.
Currently supported by App, Plugin and Config. If you override this function in a subclass that inherits from each, the processing described here will be executed when the constructor is called for App, and when the init function is called for Plugin and Config.
Implementation
void setMockMethodCallHandler() {}