Nvim class

Available Extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
isChild bool
final
onNotify NvimHandler
no getter
onRequest NvimHandler
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(String method, {List? args}) Future
kill() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

child({NvimHandler? onNotify, NvimHandler? onRequest}) Future<Nvim>
eventLoopIsolate(SendPort sendPort) → void
spawn({String nvimBinary = 'nvim', List<String> commandArgs = const ['--embed'], NvimHandler? onNotify, NvimHandler? onRequest}) Future<Nvim>