isRunning method

Future<bool> isRunning()

Implementation

Future<bool> isRunning() {
  return PacketSdkPlatform.instance.isRunning();
}