stop method

Future<bool> stop()

Implementation

Future<bool> stop() async
{
  return true;
}