post method

Future<bool> post(
  1. ServiceOfJournal se
)

Implementation

Future<bool> post(ServiceOfJournal se) async {
  return false; // stub
}