debugInvokeBackground method
Forces an invocation through the headless engine, for development.
Returns null on platforms with no background support.
Implementation
@override
Future<Map<String, Object?>?> debugInvokeBackground(
String id,
Map<String, Object?> args,
) => invokeIntent(id, args: args, background: _backgroundInvocations != null);