getBleState static method

Future getBleState()

Implementation

static Future<dynamic>  getBleState(){
  return sentBluetoothBroadcastData(type: 'broadcast_getBleState');
}