Returns the Xray core version reported by the platform backend.
@override Future<String> getCoreVersion() async { return await methodChannel.invokeMethod('getCoreVersion'); }