Recent Conversations Page, Conversations Page implemented'
This commit is contained in:
@@ -6,8 +6,6 @@ class SnackBarService {
|
||||
BuildContext? _buildContext;
|
||||
static SnackBarService instance = SnackBarService();
|
||||
|
||||
SnackBarService() {}
|
||||
|
||||
set buildContext(BuildContext _context) {
|
||||
_buildContext = _context;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user