On the client side, MethodChannel enables sending messages that correspond to method calls . On the platform side, MethodChannel on Android ( MethodChannelAndroid ) and FlutterMethodChannel on iOS ( MethodChanneliOS ) enable receiving method calls and sending back a result.