startBluetoothProvider static method

Future<bool?> startBluetoothProvider()

Implementation

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