execute abstract method

void execute(
  1. void runnable()
)

Implementation

void execute(void Function() runnable);