getThreads method

Future<bool> getThreads()

Implementation

Future<bool> getThreads() async {
  return false;
}