menu
feed_plugin package
documentation
repo/feed_repository.dart
FeedRepository
createRemoteLog method
createRemoteLog method
dark_mode
light_mode
createRemoteLog
method
void
createRemoteLog
(
Map
<
String
,
dynamic
>
data
)
Implementation
void createRemoteLog(Map<String, dynamic> data) { _httpService.createLog(data); }
feed_plugin package
documentation
repo/feed_repository
FeedRepository
createRemoteLog method
FeedRepository class