@override Future<bool> clearBuffer() async { return await methodChannel.invokeMethod<bool>('clearBuffer') ?? false; }