genericSynchronousService

fun <R : Any> genericSynchronousService(isAsync: Boolean = false, plugPagCommand: PlugPagCommand, intent: Intent, createServiceConnection: (Message) -> SynchronousServiceConnection<R>): SynchronousServiceConnection<R>