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