onListenSettings method

void onListenSettings(
  1. dynamic onEvent,
  2. dynamic onError
)

Implementation

void onListenSettings(onEvent, onError) {
  throw UnimplementedError('onListenSettings() has not been implemented.');
}