registerBackgroundIsolate method
Registers the current isolate with the isolate identified with by the
token. This is required if platform channels are to be used on a
background isolate.
Implementation
@override
void registerBackgroundIsolate(RootIsolateToken token) {
parent.registerBackgroundIsolate(token);
}