post method

  1. @override
Future<bool> post(
  1. ServiceOfJournal se
)
override

This method of base class is stubbed.

Implementation

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