clearSessionHistory method

  1. @override
Future<bool> clearSessionHistory()
override

Implementation

@override
Future<bool> clearSessionHistory() async {
  return await _clearSessionHistory();
}