getThread method

Future<bool> getThread()

Implementation

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