Gets the HaishinKit library version.
@override Future<String?> getVersion() async { return await channel.invokeMethod<String>('getVersion'); }