disablePostNotificationInForeground method

Future<TimPushResult<void>> disablePostNotificationInForeground({
  1. required bool disable,
})

Implementation

Future<TimPushResult<void>> disablePostNotificationInForeground({
  required bool disable,
}) {
  throw UnimplementedError(
      'disablePostNotificationInForeground() has not been implemented.');
}