performSync<T> abstract method

T performSync<T>(
  1. SEL selector, {
  2. List args,
})

Sends a specified message to the receiver and returns the result of the message.

Implementation

T performSync<T>(SEL selector, {List args});