enableLog method

void enableLog(
  1. bool enable
)

Implementation

void enableLog(bool enable) {
  throw UnimplementedError(
    'addNotificationClickListener() has not been implemented.',
  );
}