closeMethodCallHandler method

Future<void> closeMethodCallHandler()

Implementation

Future<void> closeMethodCallHandler() async {
  return channel.setMethodCallHandler(null);
}