result property
override
Platform specific error result.
Its content is platform dependent and used internally and could change in the future but could help in analyzing the error.
Implementation
@override
// TODO: implement result
Object? get result => throw UnimplementedError();