stopBluetoothProvider static method

Future<bool?> stopBluetoothProvider()

Implementation

static Future<bool?> stopBluetoothProvider() =>
    _channel.invokeMethod('stopBluetoothProvider');