Get SampleRate
static Future<int> get getSampleRate async { final int sampleRate = await _channel.invokeMethod('getSampleRate'); return sampleRate; }