Aidra Connect 10.0.2+16
Aidra Connect Mobile Application
Loading...
Searching...
No Matches
notification_remote_datasource.dart
Go to the documentation of this file.
1import '/core/api/api_endpoints.dart';
2
3import '../../../../../../core/api/api_client.dart';
4import '../../../../../../core/services/service_locator.dart';
5
8 Future<dynamic> getNotifications({
9 required String param,
10 }) async {
11 final response = await apiClient.get(
13 );
14 return response;
15 }
16}
static getNotifications(String userId)
Future< dynamic > getNotifications({ required String param, }) async
final sl