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