Fetch the paper status.
@override Future<String?> getPaper() async { return await methodChannel.invokeMethod<String>('getPaper'); }