getSnapshot method
Implementation
@override
Future<MnnRuntimeSnapshot> getSnapshot() async =>
MnnRuntimeSnapshot.fromMap(await _invoke<Object?>('getSnapshot'));
@override
Future<MnnRuntimeSnapshot> getSnapshot() async =>
MnnRuntimeSnapshot.fromMap(await _invoke<Object?>('getSnapshot'));