setMethodCallback method

void setMethodCallback(
  1. Function function
)

Implementation

void setMethodCallback(Function function) {
  throw UnimplementedError('smartPttMethodCall() has not been implemented.');
}