isSessionValid method

Future<bool> isSessionValid()

Implementation

Future<bool> isSessionValid() async {
  return provider.validateSession();
}