import 'package:flutter/material.dart';
class CensorProvider extends ChangeNotifier {
Future<void> setupMqtt() async {}
}