openHeart method

Future<void> openHeart()

开启心跳

Implementation

Future<void> openHeart()async{
  await FlutterSocket.openHeart();
}