setBackgroundCallback method

void setBackgroundCallback(
  1. SimpleNativeTimerBackgroundCallback callback
)

Implementation

void setBackgroundCallback(SimpleNativeTimerBackgroundCallback callback) {
  throw UnimplementedError(
    'setBackgroundCallback() has not been implemented.',
  );
}