import 'package:flutter/material.dart'; class PlayerProvider with ChangeNotifier { void reload() { notifyListeners(); } }